Real()

Type Conversion Function

Syntax sample

REAL(<expression>)

Var2 = Var1 + REAL(Var3)

Attr3 = 1.05 * REAL(Var5)

Description

Converts an integer to a real number. ProModel automatically converts integers to real when needed.

Valid In

Any expression.

Components

<expression>

REAL() converts this expression to a real number.

See Also

ROUND() and TRUNC().